@extends('layout.admin') @section('styles') @endsection @section('content')

Umrah Type / Edit

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
(Recommended size: 424 x 335 pixels, Max file size: 500KB) @if ($errors->has('thumbnail_image_url')) {{ $errors->first('thumbnail_image_url') }} @endif @if($umrah_type->thumbnail_image_url) thumbnail Image @else thumbnail Image @endif
@if ($umrah_type->status == 0) @else @endif
@endsection @section('script') @endsection