@extends('admin.layouts.main') @section('content')
@section('page_title') App Splash Screens @endsection
@if (Session::has('message')) @endif

App Splash Screens


@foreach ($screens as $key => $screen) @endforeach
S.No Image Priority Title Description Action
{{ $key + 1 }} @if ($screen->image) @else No App Splash Screen Image @endif {{ $screen->priority }} {{ $screen->title }} {{ $screen->description }}
@csrf {{ method_field('DELETE') }}
@endsection @section('jscode') @endsection