@extends('admin.master_layout') @section('title')
{{__('admin.Mobile App')}}
@endsection @section('admin-content')
{{__('admin.Mobile App')}}
{{__('admin.Dashboard')}}
{{__('admin.Mobile App')}}
@csrf @method('PUT') @if ($selected_theme == 0 || $selected_theme == 1)
{{__('admin.Home One')}}
{{__('admin.Existing Image')}}
{{__('admin.New Image')}}
@endif @if ($selected_theme == 0 || $selected_theme == 2)
{{__('admin.Home Two')}}
{{__('admin.Existing Image')}}
{{__('admin.New Image')}}
@endif @if ($selected_theme == 0 || $selected_theme == 3)
{{__('admin.Home Three')}}
{{__('admin.Existing Image')}}
{{__('admin.New Image')}}
@endif
{{__('admin.Short Title')}}
{{__('admin.Title')}}
{{__('admin.Description')}}
{{ $mobile_app->description }}
{{__('admin.Google Play Store Link')}}
{{__('admin.App Store Link')}}
{{__('admin.Update')}}
@endsection