@extends('layouts.admin') @section('title', 'New Samasya') @push('head') @endpush @push('scripts') @endpush @section('content')

New Samasya

All Samasyas
@include('admin.samasyas.partials.form')
@endsection @push('scripts') @include('admin.samasyas.partials.form_scripts') @endpush