@extends('layouts.admin') @section('title', $license->exists ? 'تعديل الترخيص' : 'إنشاء ترخيص') @section('content')
@csrf @if($license->exists) @method('put') @endif @if($license->exists)
@else
@endif
@endsection