@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')

{{$title}}

{{ __('Image') }}
{{ __('Title') }}
{{ __('Category') }}
{{ __('Status') }}
{{ __('Name') }}
{{ __('Action') }}
@endsection @push('script') @endpush