@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
Home
{{ getTitleInPage() }}
Edit
{{ getTitleInPage() }} - Edit
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
TDS Categories - Edit
Country*:
Select Country
@if(count($country) > 0) @foreach($country as $key => $countries)
country_id == $countries->id) selected @endif>{{ $countries->name }}
@endforeach @endif
TDS Category*:
Status :
status == 1)?'selected':'' }}>Active
status == 0)?'selected':'' }}>Inactive
Save
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection