@extends('admin.admin_master') @section('content-header', 'Add Alliance') @section('content')
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif

Insert Image Remove Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{ csrf_field() }}
@endsection