@extends('layouts.admin') @section('title') @lang('Choose Us') @endsection @section('breadcrumb')

@lang('Choose Us')

@endsection @section('content')
@foreach ($chooses as $item) @endforeach
@lang('Photo') @lang('Title') @lang('Text') @lang('Action')
{{$item->title}} {{$item->text}}
@endsection @push('script') @endpush