{!! Form::model($dT1Country, ['route' => ['admin.dT1Countries.update', $dT1Country->id], 'method' => 'patch']) !!}
@include('admin.d_t1_countries.fields')
{!! Form::close() !!}
@extends('layouts.admin') @section('title'){{ __('Update') }} {{__('D T1 Country')}} @endsection @section('content') @include('includes.page_header',['title'=>__('Update')." ".__('D T1 Country'),'url'=>route('admin.dT1Countries.index'),'icon' => $icon??'','permission'=>'DT1Country-view'])