@extends('layouts.master') @section('title',__('Mobile App Splash Screen')) @section('breadcum') @endsection @section('maincontent')
{{ __('Mobile App Splash Screen') }}
@csrf
@error('splash_screen') {{ $message }} @enderror
splash_screen
@endsection