@extends('layout.app') @section('title', __('add_store')) @section('content')
@csrf
@include('store.form')
@endsection