Arman
All Blog
List
#
Title
Image
PDF
Description
Action
@foreach($all_data as $all_data)
{{$loop->index+1}}
{{$all_data->title}}
{!!$all_data->description!!}
{{Str::limit($all_data->description,10)}}
Show
Edit
Delete
@endforeach
@extends('layouts.admin') @section('css')
@endsection @section('content')
Create A New Country
Create A New Country
@csrf
Name
Logo
Banner
{{ __('Country List') }}
Name
Logo
Banner
Action
@foreach($all_data as $data)
{{$data->name}}
Edit
Delete
@endforeach
@endsection @section('js') @endsection