@extends('layouts.app') @section('title', 'Yeni Paket') @section('content')
@csrf @include('panel.packages._form')
@endsection