@extends('layouts.admin')
@section('title', 'Edit Samasya')
@push('head')
@endpush
@push('scripts')
@endpush
@section('content')
Edit Samasya #{{ $samasya->id }}
All Samasyas
@include('admin.samasyas.partials.form')
@endsection
@push('scripts')
@include('admin.samasyas.partials.form_scripts')
@endpush