@extends('admin.admin_master') @section('content-header', 'Edit Alliance') @section('content')
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if (!empty($alliance->image)) image ") !!}" alt="" style="height: 108px; width:231px" id="hide_image" /> @endif
Insert Image Remove Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection