@extends('admin.admin_master') @section('content-header', 'Alliances') @section('content')
@foreach ($alliance as $record) @endforeach
Title Image
{!! $loop->iteration !!} {!! $record->title !!} Edit Delete
@endsection @push('script') @endpush